home *** CD-ROM | disk | FTP | other *** search
- Path: li.net!jeremy
- From: jeremy@newshost.li.net (Jeremy Markman)
- Newsgroups: comp.lang.c
- Subject: Re: curses lib
- Date: 4 Apr 1996 14:20:49 GMT
- Organization: LI Net (Long Island Network)
- Message-ID: <4k0ls1$hn6@linet06.li.net>
- References: <DpAK00.JzK@murdoch.acc.Virginia.EDU>
- NNTP-Posting-Host: linet04.li.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- brr7q@virginia.edu wrote:
- : I'm doing some c programming under dos. I would like to get control of the
- : colors and cursor. I hear there is a lib called curses that will give me access to
- : these. I tried using ANSI controll stuff, but of course color changes only
- : work if ansi is loaded, which I have found isn't to often.
-
- Which compiler are you using? The Borland compiler comes with many
- functions that let you control colors and cursors without using ANSI
- commands...They are found in CONIO.H
-